home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ir / windex.help < prev    next >
Text File  |  1995-05-09  |  3KB  |  58 lines

  1. Usage: waisindex [-d index_filename]
  2.           [-a] /* adding to an existing index, otherwise it erases the index */
  3.           [-r] /* recursively index subdirectories */
  4.           [-mem mbytes] /* number of megabytes to run this in */
  5.           [-register] /* registers the database with the directory of servers.
  6.                          This should be done with care. */
  7.           [-export] /* uses short dbname and port 210 */
  8.           [-e [file]] /* set log output to file, or /dev/null if not specified */
  9.           [-f [filter]] /* run filter on each file before indexing */
  10.           [-l log_level] /* set log level.  0 means log nothing,
  11.                             10 [the default] means log everything */
  12.           [-v] /* print the version of the software */
  13.           [-stdin] /* read file names from stdin */
  14.           [-pos | -nopos] /* include (don't include - default) word position information /*
  15.           [-nopairs | -pairs] /* don't include (or include - default) word pairs /*
  16.           [-nocat] /* inhibit creation of catalog /*
  17.           [-contents] /* Index the contents: this is good for types that
  18.                          inhibit the indexing of the contents (like gif). /*
  19.           [-nocontents] /* Index only the filename, not the contents /*
  20.           [-cmmem  mem] /* percent of CM memory (CM code only) */
  21.           [-T  type] /* type becomes the "TYPE" of the document. */
  22.           [-t    /* format of the file. if none then each file is a document */
  23.                groliers /* groliers encyclopedia special format */
  24.              | mail /* mail format */
  25.              | mail_or_rmail /* mail or rmail or both */
  26.              | mail_digest /* standard internet mail digest format */
  27.              | mh_bboard /* MH bulletin board format */
  28.              | rmail /* rmail format */
  29.              | netnews /* netnews format */
  30.              | rn /* netnews saved by the [rt]?rn newsreader */
  31.              | emacsinfo /* the GNU documentation system */
  32.              | catalog /* ?? */
  33.              | bio /* biology abstract format */
  34.              | cmapp /* CM applications from Hypercard */
  35.              | ftp /* special type for FTP files.  First line of file is headline */
  36.              | jargon /* Jargon File 2.9.8 format */
  37.              | server /* server structures for the dir of servers */
  38.              | text /* simple text files, this is the default */
  39.              | filename /* uses only the filename part of the pathname for the title */
  40.              | irg /* internet resource guide */
  41.              | dash /* entries separated by a row of dashes */
  42.              | one_line /* each line is a document */
  43.              | para /* paragraphs separated by blank lines */
  44.              | seeker /* ?? */
  45.              | medline /* medline format */
  46.              | refer /* refer format */
  47.              | first_line /* first line of file is headline */
  48.              | rlin /* ?? */
  49.              | dvi /* dvi format */
  50.              | ps /* postscript format  */
  51.              | pict /* pict files, only indexes the filename */
  52.              | gif /* gif files, only indexes the filename */
  53.              | tiff /* tiff files, only indexes the filename */
  54.              | bibtex /* BibTeX / LaTeX format */
  55.              | nhyp /* ?:? hyper text format, Polytechnic of Central London */
  56.              | ziff /* ziff special format */
  57.           ] filename filename ...
  58.